projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad21fa0
)
(Fml_if): Initialize val.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 17 Apr 1998 01:49:33 +0000
(
01:49
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 17 Apr 1998 01:49:33 +0000
(
01:49
+0000)
src/mocklisp.c
patch
|
blob
|
history
diff --git
a/src/mocklisp.c
b/src/mocklisp.c
index dfcee79bd22f206f70ac7c85ac608346cba5b5b6..00329b8038ed23f672819836d0462591e2c4a9f2 100644
(file)
--- a/
src/mocklisp.c
+++ b/
src/mocklisp.c
@@
-50,6
+50,7
@@
DEFUN ("ml-if", Fml_if, Sml_if, 0, UNEVALLED, 0, "Mocklisp version of `if'.")
register Lisp_Object val;
struct gcpro gcpro1;
+ val = Qnil;
GCPRO1 (args);
while (!NILP (args))
{